@charset "utf-8";
@font-face{ font-family:Impact; src:url(../font/impact.ttf);}
@font-face{ font-family:BEBAS; src:url(../font/BEBAS.OTF);}
@font-face{ font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
@font-face{ font-family:BarlowCondensed-Bold; src:url(../font/BarlowCondensed-Bold.ttf);}
@font-face{ font-family:BarlowCondensed-Medium; src:url(../font/BarlowCondensed-Medium.ttf);}
@font-face{ font-family:BarlowCondensed-SemiBold; src:url(../font/BarlowCondensed-SemiBold.ttf);}

@media (max-width:4000px){html{font-size:16px;}}
@media (min-width:1600px) and (max-width:1940px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:13px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:13px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:12px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{ margin:0 auto; max-width: 1600px; padding:0 50px}

.header_box header{height: 105px;position:fixed;top: 22px;left:0;right:0;transition:.5s;}
.header_box header .w1200{display:flex;justify-content:space-between;height:100%;max-width: 1630px;padding:0 15px;}
.header_box header .logo{display:flex;align-items:center;}
.header_box header .logo a{display:flex;align-items:center;}
.header_box header .logo a .ll{ overflow: hidden;}
.header_box header .logo a .ll .img{ height: 4.375rem; animation: mymove 3s infinite; -webkit-animation: mymove 3s infinite; image-rendering: auto; }
.header_box header .logo a .ll .img img{ height: 100%; outline: 1px solid transparent;}
.header_box header .logo a .rr{ padding: .25rem 0 0 .875rem; overflow: hidden;}
.header_box header .logo a .rr .img{ height: 2.375rem; animation: mymove1 3s infinite; -webkit-animation: mymove1 3s infinite;}
.header_box header .logo a .rr .img img{ height: 100%; outline: 1px solid transparent;}

@keyframes mymove
{
	0% {transform: translateY(-102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0% {transform: translateY(-102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@keyframes mymove1
{
	0% {transform: translateY(102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

@-webkit-keyframes mymove1 /*Safari and Chrome*/
{
	0% {transform: translateY(102%);}
	25% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

.header_box header .right{ display:flex; align-items:center}

#nav{transition: .5s;display: inline-block;vertical-align: top;float: left;}
#nav ul{font-size: 0;}
#nav ul li{display: inline-block;position:relative;z-index:0;text-align:center;margin-right: 4rem;}
#nav ul li:before{content:"";position:absolute;left: 50%;width: 0;height: 2px;bottom: 0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{left:0;background: #fff;width: 100%;}
#nav ul li a{display: flex;padding: 0;height: 60px;align-items: center;}
#nav ul li h3{font-size: 16px;color: #fff;position:relative;transition: .36s;display: flex;align-items: center;height: 55px;text-align: center;justify-content: center;}
#nav ul li h3 img{ margin:0 0 0 .625rem}
#nav ul li h3 img.img2{ display:none}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:url(../images/down_ico.png) center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url(../images/down_ico_on.png) center no-repeat;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;width: auto;left: 50%;z-index: 10000;transform: scaleY(0) translateX(-50%);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub .box{padding: 0;text-align:center;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
#nav ul li .sub a{padding: 10px 30px;line-height: 24px;transition:.6s;font-size: 15px;color: #666666;white-space: nowrap;height: auto;text-align: center;display: flex;justify-content: center;}
#nav ul li .sub a:hover{color: #fff;background: #005bac;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: scaleY(1) translateX(-50%);}
#nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{width: 100%;}
#nav>ul>li.on h3 img.img1, #nav>ul>li:hover h3 img.img1{ display:none}
#nav>ul>li.on h3 img.img2, #nav>ul>li:hover h3 img.img2{ display:inline-block}

#nav ul li:last-child{}

.search_btn_box{margin-right: 1.5rem;}

.header_box header .tel{line-height: 90px;white-space: nowrap;}
.header_box header .tel .tel_box{display: flex;align-items: center;justify-content: center;}
.header_box header .tel img{margin: 0;}

.header_box header form{display:inline-block;width:16.25rem;border:#d2d2d2 1px solid;overflow: hidden;background: #fff;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;margin-left: 1.75rem;padding: 0 .375rem 0 0;}

.header_box header form input{width: calc(100% - 3rem);float: left;height: 42px;background: #fff;font-size: .875rem;color: #787b7d;padding-left: 1.25rem;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.header_box header .n_button{width: 3rem;height: 42px;font-size: 1.125rem;cursor: pointer;font-weight: bold;float: right;display: flex;align-items: center;justify-content: center;}
.header_box header .n_button svg{width: 1rem;height: 1rem;}

.header_box header.xg{background: rgba(0,0,0,.8);box-shadow: 0 0 15px rgba(0,0,0,.05);top: 0;}


.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #005bac;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}


.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{
	background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../images/hot-icon.png);
}
.search-dialog .hot-link{
	margin-left: 1rem;
}

.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

.header_box{position:absolute;left:0;right:0;height:0;top: 0;z-index:1000;}

/*手机导航开始*/
#m_header{display:none;height:4.5rem;position:fixed;top:0;width:100%;z-index:999;transition:0s 1.5s;background: rgba(0,0,0,.8);box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .w1200{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left;}
#m_logo img{display:block;max-height: 3.5rem;}
#m_logo .box_table{ width:auto}
/*导航按钮开始*/
#nav_btn_box{ z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .w1200{ height:100%}
#nav_btn_box .box_table{ width:auto}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.375rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.375rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 1.375rem;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.375rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 99999;
    position: fixed;
    background: rgba(0,0,0,.9);
    width: 100%;
    height:100vh;
    right: -101vw;
    top: 0;
    display:none;
    padding: 50px 0 80px;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav.act{ pointer-events: auto; right:0;}
#m_nav>ul>li{width:100%;overflow:hidden;padding: 0 25px;}
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{  }
#m_nav li .a h3{ line-height:4.5rem; height:4.5rem; color:#fff; padding:0; font-size:1.125rem; float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 15px;height:4.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 100% auto;}
#m_nav li.on.title .a i{background: url(../images/arrow_down_on.svg) center no-repeat;background-size: 100% auto;}
#m_nav .on.title .a i{}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:35px;height: 35px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 0;color:#fff;text-align:center;font-family:arial;letter-spacing:2px;line-height:40px;transition:height .4s ease-in-out;-webkit-transition:height .4s ease-in-out;overflow:hidden;width: 100%;position: absolute;bottom: 0;}
.wap_search form{height:40px;border-radius: 0;background:rgba(255,255,255,.15);position:relative;margin: 20px 25px;}
.wap_search .input{ font-size:.875rem; color:#fff; height:40px; line-height:40px; padding-left:1.5rem; box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
.wap_search .btn_blue{ position:absolute; cursor:pointer; top:0; right:0; width: 50px;height:40px; line-height:40px; border:0; background:url(../images/seach_white.svg) center no-repeat; background-size: 1.5rem;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.9); }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


.banner{ height:100vh; overflow:hidden}
.banner ul li a{display:block;position:relative;width:100%;height:100vh;overflow: hidden;}
.banner ul li a>img, .banner ul li a>video{ display: block; position: relative; width: 100%; height: 100vh; object-fit:cover; }
.banner ul li a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.banner ul li a .top .w1200{ height:100%; display:flex; flex-direction:column; justify-content:center}
.banner ul li a .top{ transform: translateY(90px); opacity: 0;}
.banner ul li a .top h5{font-size:2.25rem;color:#fff;line-height:1.25;font-weight: 300;}
.banner ul li a .top h3{font-size:3.5rem;color:#fff;line-height:1.25;margin:1.75rem 0 2.875rem;font-weight: 600;}
.more001{ text-align:center;}
.more001 .a{display:flex;border: rgba(255,255,255,.5) 1px solid;width: 10.3125rem;height: 3.4375rem;align-items:center;justify-content:center;font-size: 1rem;color: rgba(255,255,255,.8);border-radius: 1.625rem;transition:.5s;}
.more001 .a img, .more001 .a svg{ margin:0 0 0 .5rem; transition:.5s; width:1.25rem; height:1.25rem; fill:rgba(255,255,255,.8)}


.banner ul li.miso-current a .top{ opacity: 1; transform: translateY(30px); transition-delay:.6s; -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);}
.banner ul li.miso-current{ z-index:999;}

.banner ul li.miso-current a>img{ animation: scaleUpDown 4s linear forwards; -webkit-animation: scaleUpDown 4s linear forwards; }
.banner.on ul li:nth-child(1).miso-current a>img{ animation: scaleUpDown 4s linear forwards; -webkit-animation: scaleUpDown 4s linear forwards; }

@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(2.0); transform: scale(2.0); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from {transform: scale(2.0); transform: scale(2.0); }
    to { transform: scale(1); transform: scale(1); }
}

.banner ul .miso-dots_box{position:absolute;bottom: 4.375rem;width: auto;padding: 0 2rem;text-align: center;left: 50%;transform: translateX(-50%);}
.banner ul .miso-dots{height: 1.125rem;text-align:center;position: relative;padding: 0;width: auto;display:flex; align-items:center; white-space: nowrap;}
.banner ul .miso-dots_box .miso-prev, .banner ul .miso-dots_box .miso-next{ width:1.75rem; height:1.75rem}
.banner ul .miso-dots_box svg{width:1.75rem;height:1.75rem;fill:rgba(255,255,255,.25);float: left; transition:.5s}


.banner ul .miso-dots li{width: 4.5rem;height: 3px; background: transparent; transition:.5s;border-radius:50%;padding: 0; position:relative}
.banner ul .miso-dots li:before{content: "";display: block;width: 100%;height: 3px;position: absolute;left: 0;top: 0;transition: .3s;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;background:rgba(255,255,255,.25);}
.banner ul .miso-dots li:after{content: "";display: block;width: 0;height: 3px;left: 0;margin-left: 0;position: absolute;top: 0;background: #fff;}
.banner ul .miso-dots li.miso-active:before{width: 100%;}
.banner ul .miso-dots li.miso-active:after{ animation: anim-h 4s linear forwards; -webkit-animation: anim-h 4s linear forwards; }
.banner.on ul .miso-dots li:nth-child(1).miso-active:after{ animation: anim-h 4s linear forwards; -webkit-animation: anim-h 4s linear forwards; }
/*.banner ul .miso-dots li.on.miso-active:after, .banner.on ul .miso-dots li.on.miso-active:after{ animation: anim-h 10s linear forwards; -webkit-animation: anim-h 10s linear forwards; }*/

@-webkit-keyframes anim-h {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes anim-h {
    0% { width: 0; }
    100% { width: 100%; }
}

/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/

.container01{padding:1rem 0;display:flex;justify-content:space-between;overflow:hidden;flex-wrap: wrap;}
.container01 .left{ padding:0 .5rem 0 0; width:50%}
.list_box_01 li .a, .list_box_01 li a{ display:block; position:relative;}
.list_box_01 li .img .img_hezi{ padding-bottom:75.63% !important}
.list_box_01 li .top{ display:flex; position:absolute; top:0; right:0; bottom:0; left:0; flex-direction:column; padding:6% 1rem 0; text-align:center;}
.list_box_01 li .top h5{ font-size:1.75rem; color:#141414; line-height:1.25; margin:1.375rem 0 1rem}
.list_box_01 li .top p{ font-size:.9375rem; color:#141414; line-height:1.25}
.list_box_01 li .top h6{ font-size:.9375rem; color:#141414; line-height:1.25; display:flex; align-items:center; justify-content:center; margin:1.625rem 0 0; transition:.5s}
.list_box_01 li .top h6:hover{ color:#005bac}
.list_box_01 li .top h6 svg{ width:1.125rem; height:1.125rem; fill:#141414; margin:0 0 0 .25rem; transition:.5s}
.container01 .right{ padding:0 0 0 .5rem; width:50%}
.container01 .right .img .img_hezi{ padding-bottom:75.63% !important}

.container01_lb{ position:static}
.container01_lb .miso-arrow svg{width: 2rem;height: 2rem;fill:#6c6c6d;transition:.5s;z-index: 100000000;opacity: .6;}
.container01_lb .miso-prev{ left:3rem}
.container01_lb .miso-next{ right:3rem}
.container01_lb .miso-arrow:hover svg{ fill:#005bac; opacity:1}

.fangge{ position:absolute; left:2.5rem; bottom:1.625rem;}
.fangge dl dd{ font-size:.875rem; color:#FFF; line-height:1.875rem; display:flex; align-items:center}
.fangge dl dd .ico{ width:.625rem; height:.625rem; background:#5669ef; border-radius:50%; margin:0 .625rem 0 0}
.fangge dl dd .ico2{ background:#319a6b}
.fangge dl dd .ico3{ background:#e59b29}

.point_map{ position:absolute; top:0; right:0; bottom:0; left:0;}
.point_map img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover; }

.point_map .miso-track, .point_map .miso-list{ height:100%}
.point_map img{ transform: translateY(5%); opacity:0; transition:1s}
.point_map.on .miso-current img{transform: translateY(0); opacity:1;}


.container02{background:url(../images/container02_bg.jpg) center no-repeat;position:relative;padding-bottom:32.55% !important;overflow:hidden;background-attachment: fixed;background-size: cover;}
.container02 .top{ position:absolute; top:0; right:0; bottom:0; left:0;}
.container02 .top .w1200{ height:100%; display:flex; align-items:center}
.container02 .top .ll{ position:relative;}
.container02 .top .ll:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/play_top.png) center no-repeat; background-size:100% 100%}
.container02 .top .ll img{ animation: rotate0 2s ease infinite;}

@keyframes rotate0 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } 
}
.container02 .top .rr{ padding:0 0 0 2.5rem}
.container02 .top .rr h3 big{ font-size:2.625rem; color:#fff; line-height:1.25; font-weight:600}
.container02 .top .rr h3 small{ font-size:2.375rem; color:#fff; line-height:1.25; text-transform:capitalize; font-weight:300; margin:0 0 0 .75rem}
.container02 .top .rr p{ font-size:.9375rem; color:#fff; line-height:1.75rem; margin:1rem 0 0}

.vwrap {display: none;z-index: 1040000;width: 100%;position: fixed;}
.vwrap .videobtg {z-index: 900;position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: #000;opacity: 0.5;filter: alpha(opacity=80);overflow: hidden;}
.vwrap .videobox {z-index: 1200;width: 1000px;height: 560px;background-color: #fff;position: fixed;left: 50%;top: 50%;margin-top: -280px;margin-left: -500px;object-fit: cover;}
.vwrap .videobox #videobox { width: 100%; display: inline-block; height: 100%; background:#000; }
#videobox_wrapper { height: 100%!important; }
.vwrap .close {z-index: 999;width: 31px;height: 31px;cursor: pointer;position: absolute;top: 0px;right: -42px;text-align: center;}
.vwrap .close i { display: block; width: 31px; height: 31px; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close i svg{ transition:.6s}
.vwrap .close:hover i svg{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
#videobox_display_button,#videocontainer_display_button { background: none no-repeat!important; }
.jwplayer .jwicon { opacity: 0.8; filter: alpha(opacity=80); cursor: pointer;  }
.jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); }
.jwlogo, .jwclick { display: none!important; }
.jwdisplayIcon{ background:  none no-repeat!important;}

@media(max-width: 992px){
	.vwrap .videobox{width:94%;height: 200px;left: 3%;margin-left: 0;margin-top: -122px;}
	.vwrap .close{right: 0;top: -35px;}
	.vwrap .videobox video{}
}

.title001{ margin-bottom:2.375rem; text-align:center}
.title001 h3{font-size:2.25rem;color:#303131;font-weight: bold;}

.container03{ padding:6.25rem 0 5rem; overflow:hidden}
.container03 .fl00{ display:flex; flex-wrap:wrap; margin-bottom:1%}
.container03 .fl00 .left{ width:39.666667%}
.container03 .fl00 .right{ width:30.33333%}
.container03 .fl00 .center{ width:calc(100% - 39.666667% - 30.33333%); padding:0 1%}
.container03 .fl00 .box a{ display:block; position:relative}
.container03 .fl00 .box a .top{ position:absolute; top:0; right:0; bottom:0; left:0}
.container03 .fl00 .box a .top h3 img{ transition:.5s}

.container03 .fl00 .box1{margin-bottom: 2.5%;}
.container03 .fl00 .box1 a .top, .container03 .fl00 .box4 a .top, .container03 .fl00 .box6 a .top, .container03 .fl00 .box7 a .top, .container03 .fl00 .box8 a .top{ display:flex; flex-direction:column; justify-content:flex-end; padding:0 2.375rem 2rem}
.container03 .fl00 .box1 a .top h5, .container03 .fl00 .box4 a .top h5, .container03 .fl00 .box6 a .top h5, .container03 .fl00 .box7 a .top h5, .container03 .fl00 .box8 a .top h5{ font-size:1.25rem; color:#fff; line-height:1.5; margin:.75rem 0 0}

.container03 .fl00 .box2 a{display:flex;flex-wrap:wrap;background:#e3e4e9;border-radius: 0 0 1.875rem 0;}
.container03 .fl00 .box2 a .img{ width:61.51%}
.container03 .fl00 .box2 a .top{width:calc(100% - 61.51%);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;}
.container03 .fl00 .box2 a .top h5{ font-size:1.25rem; color:#393939; line-height:1.5; margin:.75rem 0 0}

.container03 .fl00 .box3 a .img{ border-radius:0 1.875rem 0 1.875rem}
.container03 .fl00 .box3 a .top{ display:flex; flex-direction:column; align-items:center; padding:35% 1rem 0}
.container03 .fl00 .box3 a .top h5{ font-size:1.25rem; color:#393939; line-height:1.5; margin:.75rem 0 0}

.container03 .fl00 .box4{margin-bottom: 3.25%;}
.container03 .fl00 .box4 .img{ border-radius:1.875rem 0 0}

.container03 .fl00 .box5{}
.container03 .fl00 .box5 a .top{ display:flex; flex-direction:column; justify-content:center; padding:0 2.375rem 0}
.container03 .fl00 .box5 a .top h3{ text-align:center}
.container03 .fl00 .box5 a .top h5{ font-size:1.25rem; color:#fff; line-height:1.5; margin:.75rem 0 0; text-align:center}
.container03 .fl00 .box5 a .top h6{ font-size:1.25rem; color:#fff; line-height:1.25; display:flex; align-items:center; justify-content:center;  margin:1rem 0 0; transition:.5s}
.container03 .fl00 .box5 a .top h6 svg{ width:1.25rem; height:1.25rem; fill:#fff; margin:0 0 0 .25rem; transition:.5s}

.container03 .fl00 .box1 a .img{ border-radius:1.875rem 0 0 0 }
.container03 .fl00 .box6 a .img{ border-radius:0 1.875rem 0 0 }
.container03 .fl00 .box7 a .img{ border-radius:1.875rem 0 0 0 }
.container03 .fl00 .box8 a .img{ border-radius:0 1.875rem 1.875rem 0 }

.container03 .fl00 .box1 .img .img_hezi{ padding-bottom:58.82% !important}
.container03 .fl00 .box2 .img .img_hezi{ padding-bottom:95.62% !important}
.container03 .fl00 .box3 .img .img_hezi{ padding-bottom:170.23% !important}
.container03 .fl00 .box4 .img .img_hezi{ padding-bottom:76.92% !important}
.container03 .fl00 .box5 .img .img_hezi{padding-bottom:76.92% !important;background:#005bac;border-radius: 0 0 1.875rem 0;}
.container03 .fl00 .box6 .img .img_hezi{ padding-bottom:58.72% !important}
.container03 .fl00 .box7 .img .img_hezi{ padding-bottom:83.333333% !important}
.container03 .fl00 .box8 .img .img_hezi{ padding-bottom:76.92% !important}

.container04{background: url(../images/container04_bg.jpg) right top no-repeat;background-size:cover;height:64.625rem;overflow:hidden;}
.container04 .content{display:flex;align-items:center;height:100%;flex-wrap: wrap;}
.container04 .content .box2{/* height:100%; */width:25.625rem;text-align: center; padding:0 2.875rem}
.container04 .content .box2 h3{ margin-bottom:3.75rem}
.container04 .content .box2 h5{ font-size:2.75rem; color:#fff; line-height:1.25; font-weight: 600;}
.container04 .content .box2 p{font-size:.875rem;color:#fff;line-height:1.875; opacity:.7; margin:1.5rem 0 2.25rem;}
.container04 .content .box2 .more001 .a{ margin:0 auto; width:10.625rem; height:3.4375rem; font-size:.875rem}
.container04 .content .box2 .more001 .a svg{ width:1rem; height:1rem}
.container04 .content .box1{ height:100%; width:calc((100% - 25.625rem) / 2)}

.list_box_02{ position:relative; height:100%}
.list_box_02 li{ position:absolute; top:0; left:0; transform:translateX(-50%) translateY(calc(-50% + .5px))}
.list_box_02 li a{ display:block;}
.list_box_02 li .img{border-radius:50%;background: #fff;}
.list_box_02 li .img .img_hezi{ padding-bottom:100% !important}
.list_box_02 li:nth-child(1){width:6.75rem;top:25%;left: 60%; }
.list_box_02 li:nth-child(2){width:6.25rem;top: 40%;left: 20%; }
.list_box_02 li:nth-child(3){width:7.8125rem;top: 43%;left: 86%; }
.list_box_02 li:nth-child(4){width:10.3125rem;top: 58%;left: 45%; }
.list_box_02 li:nth-child(5){width:6.25rem;top: 62%;left: 76%; }
.list_box_02 li:nth-child(6){width:10.3125rem;top: 75%;left: 17%; }
.list_box_02 li:nth-child(7){width:6.5rem;top: 85%;left: 52%; }
.list_box_02 li:nth-child(8){width: 10.3125rem;top: 82%;left: 89%;}

.list_box_02 li:nth-child(3) .img{animation-delay: 0s;}
.list_box_02 li:nth-child(5) .img{animation-delay: 2s;}
.list_box_02 li:nth-child(1) .img{animation-delay: 4s;}
.list_box_02 li:nth-child(7) .img{animation-delay: 6s;}
.list_box_02 li:nth-child(2) .img{animation-delay: 8s;}
.list_box_02 li:nth-child(6) .img{animation-delay: 10s;}
.list_box_02 li:nth-child(4) .img{animation-delay: 12s;}
.list_box_02 li:nth-child(8) .img{animation-delay: 14s;}

.list_box_02 li .img{ animation:star 16s infinite; -webkit-animation:star 16s infinite;}
@keyframes star
{
	0{ opacity: 1; transform: scale(.8);}
	20%{ opacity: 0; transform: scale(.8);}
	40%{ opacity: 1; transform: scale(1);}
	100%{ opacity: 1; transform: scale(1);}
}

@-webkit-keyframes star /*Safari and Chrome*/
{
	0{ opacity: 1; transform: scale(.8);}
	20%{ opacity: 0; transform: scale(.8);}
	40%{ opacity: 1; transform: scale(1);}
	100%{ opacity: 1; transform: scale(1);}
}

.list_box_03{ position:relative; height:100%}
.list_box_03 li{position:absolute;top:0;left:0;transform: translateX(-50%) translateY(calc(-50% + .5px));}
.list_box_03 li a{ display:block;}
.list_box_03 li .img{border-radius:50%;background: #fff;}
.list_box_03 li .img .img_hezi{ padding-bottom:100% !important}
.list_box_03 li:nth-child(1){width: 6.5625rem;top: 15%;left: 45%;}
.list_box_03 li:nth-child(2){width: 9.0625rem;top: 28%;left: 10%;}
.list_box_03 li:nth-child(3){width: 7.4375rem;top: 23%;left: 82%;}
.list_box_03 li:nth-child(4){width:10.3125rem;top: 52%;left: 24%;}
.list_box_03 li:nth-child(5){width: 10.3125rem;top: 47%;left: 61%;}
.list_box_03 li:nth-child(6){width: 8.4375rem;top: 74%;left: 16%;}
.list_box_03 li:nth-child(7){width: 8.4375rem;top: 65%;left: 81%;}
.list_box_03 li:nth-child(8){width: 6.5625rem;top: 85%;left: 57%;}

.list_box_03 li:nth-child(8) .img{animation-delay: 2s;}
.list_box_03 li:nth-child(6) .img{animation-delay: 4s;}
.list_box_03 li:nth-child(5) .img{animation-delay: 6s;}
.list_box_03 li:nth-child(2) .img{animation-delay: 8s;}
.list_box_03 li:nth-child(4) .img{animation-delay: 10s;}
.list_box_03 li:nth-child(3) .img{animation-delay: 12s;}
.list_box_03 li:nth-child(1) .img{animation-delay: 14s;}
.list_box_03 li:nth-child(7) .img{animation-delay: 16s;}

.list_box_03 li .img{ animation:star 16s infinite; -webkit-animation:star 16s infinite;}

.container05{ padding:6.25rem 0; overflow:hidden}
.container05 .title001{text-align:left;display: flex;justify-content: space-between;align-items: center;}
.container05 .title001 h3{ font-size:2.75rem; }
.container05 .title001 .more001 a{ border:#e4e4e4 2px solid; font-size:.875rem; color:#858585}
.container05 .title001 .more001 a svg{ width:1rem; height:1rem; fill:#858585}

.container05 .content{ display: flex; flex-wrap: wrap;}
.container05 .content .left{ width: 50%; padding: 0 5rem 0 0;}
.container05 .content .right{ width: 50%;}

.list_box_04 li .img .img_hezi{ padding-bottom: 64.23% !important;}
.list_box_04 li .con{ padding: 1.75rem 0 0;}
.list_box_04 li .con h5{font-size: 1.5rem;color: #303131;line-height: 1.25;transition: .5s;position: relative;padding: 0 5rem 0 0;}
.list_box_04 li .con h5 span{position:absolute;top: 1px;right:0;background: #001e87;width: 4.5rem;height: 1.75rem;font-size: .875rem;color:#fff;display:flex;justify-content:center;align-items:center;border-radius: 5px;}
.list_box_04 li .con h5 span.li_31{ background:#11b8ef}
.list_box_04 li .con p{font-size: .9375rem;color: #7d7e7e;line-height: 1.625rem;height: 3.25rem;margin: 1rem 0 .75rem;}
.list_box_04 li .con h6{ display: flex; align-items: center; font-size: .9375rem; color: #848484;}
.list_box_04 li .con h6 img{ margin: 0 .75rem 0 0;}

.list_box_05 li{ padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: #e1e1e1 1px dashed ;}
.list_box_05 li .con h5{ font-size: 1.5rem; color: #303131; line-height: 1.25; transition: .5s;position: relative;padding: 0 5rem 0 0;}
.list_box_05 li .con h5 span{position:absolute;top: 1px;right:0;background: #001e87;width: 4.5rem;height: 1.75rem;font-size: .875rem;color:#fff;display:flex;justify-content:center;align-items:center;border-radius: 5px;}
.list_box_05 li .con h5 span.li_31{ background:#11b8ef}
.list_box_05 li .con p{font-size: .9375rem;color: #7d7e7e;line-height: 1.625rem;height: 3.25rem;margin: 1rem 0 .75rem;}
.list_box_05 li .con h6{ display: flex; align-items: center; font-size: .9375rem; color: #848484;}
.list_box_05 li .con h6 img{ margin: 0 .75rem 0 0;}

footer .fl01{background: #272727;padding:5rem 0 3.5rem;}
footer .fl01 .w1200{display:flex;justify-content:space-between;flex-wrap: wrap;}
footer .fl01 .w1200 .left{width: 45rem;display:flex;justify-content:space-between;flex-wrap: wrap;}
footer .fl01 .w1200 .left dl dt{font-size: 15px;color:#fff;margin-bottom: 1.25rem;font-weight: bold;}
footer .fl01 .w1200 .left dl dd{font-size: 13px;color: #a5a7a9;line-height: 1.875rem;transition: .5s;}

footer .fl02{background: #272727;padding:30px 0;border-top: #4e4e4f 1px solid;}
footer .fl02 .w1200{display:flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.list_box_09{ display:flex;}
.list_box_09 li{ margin-right:15px;}
.list_box_09 li a{ display:flex; align-items:center; justify-content:center; width:37px; height:37px; border:#86868a 1px solid; border-radius:50%; transition:.5s}
.list_box_09 li a img{ transition:.5s}

.tc1 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999999999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .close:hover{ transform:rotate(180deg);}
.tc1 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc1 .tc-box{ position:absolute; background: #d9d9d9; border-radius: .5rem; overflow: hidden; top:50%; z-index:9999; width: 18rem; left:50%; margin-left: -9rem; margin-top: -9rem; padding: 1rem; -webkit-border-radius: .5rem; -moz-border-radius: .5rem; -ms-border-radius: .5rem; -o-border-radius: .5rem; }
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{display: block;  }
.tc1 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc_bg {height: 100%;background: rgba(0,0,0,.7);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc1 .tc-box h3 img{width:100%; margin: 0 auto;display: block;}
.tc1 .tc-box h5{ padding-top: 1rem; font-size: .875rem; color: #6c6c6c;text-align:center;}

footer .fl01 .center .img{background: url(../images/ewm_bg.png) center no-repeat;width: 9.1875rem;height: 9.1875rem;background-size: 100% 100%;display: flex;align-items: center;justify-content: center;text-align: center;margin: 0 auto;}
footer .fl01 .center .img img{width: 7.375rem;}
footer .fl01 .center h5{ font-size: .875rem; color: #a5a7a9; line-height: 1.5; margin: .75rem 0 0; text-align: center;}

footer .fl02 .right p{font-size:13px;color: #a5a7a9;line-height: 1.5;}
footer .fl02 .right p a:hover{ color:rgba(255,255,255,.2)}

.list_box_08 li{margin-bottom: 2.125rem;text-align: right;}
.list_box_08 li:last-child{ margin-bottom: 0 !important;}
.list_box_08 li h6{font-size: .9375rem;color: #a5a7a9;position:relative;margin-bottom: 1rem;}
.list_box_08 li p{font-size: .9375rem;color: #a5a7a9;position:relative;margin-bottom: 10px;line-height: 1.5;}
.list_box_08 li h3{font-size:28px;color: #fff;font-family:BarlowCondensed-SemiBold;}
.list_box_08 li h5{font-size:15px;color:rgba(255,255,255,.8); display:flex; align-items:center}
.list_box_08 li h5 img{ margin:0 .5rem 0 1.25rem}
.list_box_08 li h5 a{ width:auto}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{ position:relative}
.n_banner .img .img_hezi{padding-bottom: 26.04% !important;}
.n_banner .top{position:absolute;top:0;right:0;bottom:0;left:0;display: flex;/* align-items: center; */flex-direction: column;justify-content: center;}
.n_banner .top .w1200{width:100%;}
.n_banner .top h5{font-size: 1.875rem;color: rgba(255,255,255,.4);text-transform:uppercase;}
.n_banner .top h3{font-size: 2rem;color: #fff;margin: 6% 0 0;font-weight: bolder;line-height: 3.125rem;}

.n_banner .top h6{font-size: 1rem;color: rgba(255,255,255,.4);text-transform:capitalize;}
.n_banner .top h2{font-size: 2.5rem;color: #fff;margin:.75rem 0 0;font-weight: bold;}

.n_title {border-bottom: #e2e3e7 1px solid;padding: 0;position: relative;height: 4.75rem;}
.n_title .w1200{ display:flex; justify-content:space-between}
.n_title .w1200 .left{ order:1}

.n_nav {position: relative;display: flex;}
.n_nav a {display: flex;height: 4.75rem;font-size: 1rem;color: #373941;text-align: center;box-sizing: border-box;position: relative;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin-right: 3rem;align-items: center;}
.n_nav a strong {display: block;color: #373941;position: relative;z-index: 4;transition: .36s ease-in-out;font-weight: normal;}
.n_nav .on, .n_nav a:hover { color: #fff; }
.n_nav a:before {content: "";width: 0;height: 2px;position: absolute;bottom: 0;left: 0;background: #005bac;transition: 0.6s ease-in-out;}
.n_nav .on:before, .n_nav a:hover:before { width: 100%; }
.n_nav .on strong, .n_nav a:hover strong {}

.position {height: 4.75rem;left: 0;bottom: 0;color: #838486;font-size: 12px;display: flex;align-items: center;}
.position span, .position a, .position i {-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i {margin: 0 .25rem;font-style: normal;}
.position i img { vertical-align: middle; margin-top: -2px; }
.position span img { vertical-align: middle; margin-top: -2px; margin-right:.5rem}
.position em {font-style: normal;}
.position a:hover {color: #005bac;}

.n_title .w1200, .n_banner .top .w1200, .n_container .w1200{ max-width:1540px;}

.n_about .fl01{ padding:5rem 0; overflow: hidden;}
.n_about .fl01 .w1200{ display:flex; flex-wrap:wrap}
.n_about .fl01 .w1200 .left{ width:32.5%}
.n_about .fl01 .w1200 .left h3{ font-family:BEBAS; font-size:2.375rem; color:#005bac}
.n_about .fl01 .w1200 .left h5{ font-size:1.5rem; color:#414141; font-weight:600; margin:.5rem 0 0}
.n_about .fl01 .w1200 .right{ width:calc(100% - 32.5%)}

.list_box_10{display:flex;width:42.75rem;justify-content:space-between;padding:0 1.25rem;margin:3.25rem 0 0;max-width: 100%;}
.list_box_10 li{ text-align:center}
.list_box_10 li h6{ font-size:.875rem; color:#565656; line-height:1.5}
.list_box_10 li h3{display:flex;align-items:flex-start;text-align: center;justify-content: center;}
.list_box_10 li h3 big{ font-family:BEBAS; font-size:2.75rem; color:#005bac; line-height:1.5}
.list_box_10 li h3 small{font-size:1.125rem;color:#005bac;line-height:1.5;font-weight: bolder;margin-left: .5rem;}

.n_about .fl02{ position: relative;}
.n_about .fl02:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/n_about_fl03_bg1.png) center bottom no-repeat; background-size: 100% auto;}
.n_about .fl02 .img .img_hezi{ padding-bottom: 42.60% !important;}

.n_about .fl03{background: url(../images/n_about_fl03_bg.jpg) center top no-repeat;background-size: 100% 100%;padding: 0 0 6.25rem;overflow: hidden;}

.title002{ margin-bottom: 3.75rem;}
.title002 h3{ font-size: 2rem; color: #303131; font-weight: bold;}
.title002 p{ font-size: .9375rem; color: #5b5b5b; line-height: 1.875rem; margin: 1.75rem 0 0;}

ul#n_team{font-size:0;margin: 0 -10px;margin-bottom: -3.5rem;}
ul#n_team li{display:inline-block;width:25%;text-align:center;margin-bottom: 3.5rem;padding: 0 10px;overflow:hidden;}
ul#n_team li:nth-child(3n){ border-right:none;}
ul#n_team li a{ display:block}
ul#n_team li a>.img,ul#n_team li a>.img img{width: 100%;object-fit:cover;overflow:hidden;display:inline-block;border-radius:50%;position:relative;max-width: 230px;}
ul#n_team li a>.img .top{ position:absolute; top:0; right:0; bottom:0; left:0; transform:translateY(100%); transition:.6s; display: none;}
ul#n_team li a>.img .top h5{ font-size:16px; color:#fff; margin-bottom:12px;}
ul#n_team li a .con h4{display: flex;flex-direction: column;}
ul#n_team li a .con h4 big, ul#n_team li a .con h4{font-size: 1.375rem;color: #434343;}
ul#n_team li a .con h4 big{margin: 1.75rem 0 .75rem;}
ul#n_team li a .con h4 small{font-size: .9375rem;color: #606060;}
ul#n_team li a .con p{ font-size:12px; line-height:22px; color:#8a8a8a; margin-bottom:22px}
ul#n_team li .ar_article{ display:none}

ul#n_team li a:hover .con h6 span{ background:#73305e; transform:rotate(180deg); border:#73305e 1px solid; color:#fff}

#show_team { display: block;}
#show_team .team_article{ display: block;}
#show_team .left{float: left;}
#show_team .left img{z-index: 1;width: 15.3125rem;object-fit: cover;border-radius: 50%;}
#show_team .left .img{}
#show_team .right{width: calc(100% - 15.3125rem);float: left;padding: 0 0 0 3.5rem;}
#show_team .right .peo_name{ display:flex; flex-direction:column}
#show_team .right .peo_name span{font-size: 20px;color: #444444;margin: 0;display: inline-block;margin: 0 8px;}
#show_team .right h1{display: block;font-size: 14px;margin-bottom: 20px;color: #fff;text-align: center;}
#show_team .right h1 span{color: #fff;font-size: 18px;font-weight: bold;}
#show_team .right h2{  padding-top: 20px;  margin-bottom: 6px; font-size: 14px; color: #213a7d;}
#show_team .right .ar_article p{color: #fff;}
#show_team .jj_scoll{position:relative;width: 103%;padding: 0 3% 0 0;height: 300px;overflow: scroll;overflow-x:hidden;margin-top: 40px;}
#show_team .jj_scoll{ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
#show_team .jj_scoll::-webkit-scrollbar{width:3px;height:3px;background-color:transparent;}
#show_team .jj_scoll::-webkit-scrollbar-track{border-radius:0;background-color:transparent;}
#show_team .jj_scoll::-webkit-scrollbar-thumb{border-radius:0;width:3px;height:3px;background-color:#333;}
#show_team .right .peo_name h3{font-size: 26px;color: #fff;margin: 0;display: inline-block;}
#show_team .right .peo_name h5{font-size: 16px;color: #fff;margin: 12px 0 0;line-height: 1.5;}

#page_show_box{position:fixed;z-index: 99999999;top:0;left:0;display:none;height:100%;width:100%;}
#page_show_box .bg_box{position:fixed;z-index:9994;top:0px;display:none;height:100%;width:100%;background: rgba(0,0,0,0.95);}
#page_show_box .box{position:absolute;width: 878px;top:50%;z-index:9999;left:50%;transform: translateX(-50%) translateY(-50%);max-width: 94%;}
#bnt_close{position: absolute;top: -50px;width: 35px;height: 35px;right: -50px;}
#bnt_close img{display:block;position: inherit;z-index: 1;width: 100%;cursor: pointer;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#page_show_box #page_ar{position:relative;height: 100%;}
#page_show_box #page_ar .ar_box{border-radius: 4px;padding: 0;position:relative;box-sizing: border-box;-webkit-animation-duration: 1.2s;animation-duration: 1.2s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;-webkit-animation-name: anim-close-2;animation-name: anim-close-2;}
.tc1 .tc.act{display: block; }
#page_show_box #page_ar .ar_box.on{-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform:scale(1);}
#page_show_box #page_ar .ar_box .p{  line-height:30px; font-size:14px; color:#686a6a; max-height:540px; text-align:justify; overflow: hidden;}
#page_show_box #page_ar .ar_box .title{ font-size:18px; color:#686a6a; display:block; margin-bottom:10px;}
#page_show_box #page_ar #ar_content{ height:90px; overflow:hidden;}

#bnt_close img:hover{ transform:rotate(360deg)}

.n_licheng .fl01 {
	background: url(../images/n_licheng_fl01_bg.jpg) center no-repeat;
	height: 31.25rem;
	background-size: cover;
}
.n_licheng .fl01 .w1200 {
	padding: 9.125rem 0 0 6.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.title003 h3 {
	font-size: 2.625rem;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-family: BarlowCondensed-Regular;
}
.title003 h4 {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	margin: 1rem 0 0;
}

.n_licheng .fl01 .miso_hd {
	width: 74%;
	align-self: flex-end;
	padding: 0 7%;
}

.n_licheng .fl01 .miso_hd .miso-list {padding-bottom: 50px;margin-bottom: -50px;}

.n_licheng .fl01 .miso_hd li {
	position: relative;
	text-align: center
}

.n_licheng .fl01 .miso_hd li:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 0;
	background: url(../images/jiantou.png) center no-repeat;
	border-radius: 50%;
	left: 50%;
	margin-left: -11px;
	bottom: -32px;
	transition: 0.6s;
	overflow: hidden;
}

.n_licheng .fl01 .miso_hd li h4 {
	font-size: 2.625rem;
	color: rgba(255,255,255,0.65);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 48px;
	font-family: 'BarlowCondensed-Medium';
}

.n_licheng .fl01 .miso_hd li h4:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	left: 50%;
	margin-left: -12px;
	bottom: -12px;
	transform: scale(0);
	transition: 0.6s;
}

.n_licheng .fl01 .miso_hd li h4:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #005bac;
	border-radius: 50%;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	transform: scale(0);
	transition: 0.6s;
}

.n_licheng .fl01 .miso_hd .miso-prev, .n_licheng .fl01 .miso_hd .miso-next {
	width: 60px;
	height: 60px;
	left: -285px;
	top: 22px;
}

.n_licheng .fl01 .miso_hd .miso-prev {
	background: url(../images/left03.png) center no-repeat;
}

.n_licheng .fl01 .miso_hd .miso-next {
	background: url(../images/right03.png) center no-repeat;
	left: -205px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4 {
	color: #fff
}

.n_licheng .fl01 .miso_hd li.miso-current:before {
	height: 10px;
}

.n_licheng .fl01 .miso_hd li.miso-current h4:before {
	transform: scale(1)
}

.n_licheng .fl01 .miso_hd li.miso-current h4:after {
	transform: scale(1)
}

.n_licheng .fl02 {
	overflow: hidden;
	position: relative;
}

.n_licheng .fl02 .miso_bd h4 {
	float: left;
	font-size: 5.5rem;
	color: #005bac;
	text-transform: uppercase;
	padding: 70px 0;
	padding-left: 6.25rem;
	font-family: BarlowCondensed-Medium;
}

.n_licheng .fl02 .miso_bd .right {
	width: 74%;
	border-left: #dedede 2px solid;
	padding: 80px 0;
	padding-left: 30px;
	min-height: 228px;
}

.n_licheng .fl02 .miso_bd .right p {
	font-size: 15px;
	line-height: 1.875rem;
	color: #6e6e6e;
	position: relative;
	margin-bottom: 1.25rem;
}

.n_licheng .fl02 .miso_bd .right p:before {
	content: "";
	position: absolute;
	left: -25px;
	width: 10px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #dedede;
}

.n_licheng .fl02 .miso_bd .right p:after {
	content: "";
	position: absolute;
	left: -38px;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -7px;
	background: #fff;
	border: #dedede 2px solid;
	border-radius: 50%;
}

.title004{ margin-bottom:3rem; text-align:center}





























.title004 h3{ font-size:2.5rem; color:#303131; font-weight:600}


.n_news .fl01{padding:3.75rem 0 5.625rem;background:#efeff3;overflow: hidden;}

.list_box_n_news{ margin:0 -1.375rem; margin-bottom:-2rem}
.list_box_n_news li{ float:left; width:33.333333%; padding:0 1.375rem; margin-bottom:2rem}
.list_box_n_news li a{ display:block; overflow:hidden}
.list_box_n_news li a .img{ border-radius:3.75rem .625rem 0 0}
.list_box_n_news li a .img .img_hezi{padding-bottom: 64.444444% !important;}
.list_box_n_news li a .img .time{width:130px;height:36px;line-height:36px;text-align:center;background:rgba(255,255,255,.9);font-size:.875rem;color: #2f343d;position:absolute;top:1.875rem;left:1.875rem;transition:.5s;border-radius: 18px;}
.list_box_n_news li a .img .time svg{width:14px;height:14px;fill:#9ba7b9;transition:.5s;vertical-align:middle;margin: 0px .5rem 0 0;}
.list_box_n_news li a .con{background: #fff;padding: 2.875rem 2.875rem;border-radius: 0 0 3.75rem .625rem;}
.list_box_n_news li a .con h5{font-size: 1.375rem;color: #000000;line-height:1.875rem;height:3.75rem;transition:.5s;} 
.list_box_n_news li a .con p{font-size:.875rem;color: #676565;line-height: 22px;height: 44px;overflow:hidden;margin: 1rem 0 2.5rem;}
.list_box_n_news li a .con span{font-size: .875rem;color: #000000;text-decoration:underline;transition:.5s;}

/*====翻页====*/
.j_pages{margin:0 auto 0 auto;text-align: center;}
.j_pages .box{display:inherit;width:100%;padding: 0;font-size: 0;margin: 3.5rem 0 0;}
.j_pages a{padding: 0px .5rem;height: 3.125rem;line-height: 3rem;display:inline-block;margin: 0 .375rem;color: #464c52;font-size: 1rem;box-sizing: border-box;min-width: 3.125rem;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border: #d7d7d7 1px solid;border-radius: 1.5rem;text-transform: capitalize;text-align: center;}
.j_pages a font{font-size:14px;font-family:SimSun;color:#666666}
.j_pages .on, .j_pages a:hover{color: #fff;background: #1e3685;border: #1e3685 1px solid;}
.j_pages svg{width: 10px;height: 10px;vertical-align:middle;margin:-2px 0 0;transition:.5s;}
.j_pages .on svg, .j_pages a:hover svg{ fill:#fff}
.j_pages span{}
.j_pages a.u_bnt{transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s}

/*新闻详情*/
.n_news_detail{padding: 0;}
.n_news_detail .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.n_news_detail .left{width: calc(100% - 340px);padding: 4rem 3.125rem 5rem 0;}
.n_news_detail .left > video{ margin-bottom:2rem}
.n_news_detail .ar_title{margin-bottom: 2rem;border-bottom: #e7eaed 1px solid;padding-bottom: 20px;}
.n_news_detail .ar_title h3{font-size: 2rem;color: #3d3d3d;line-height: 1.5;margin-bottom: 1.5rem;}
.n_news_detail .ar_title h6 span{position:relative;font-size: .875rem;color: #717171;display:inline-block;height: 40px;line-height: 40px;font-weight:normal;margin-right: 15px;vertical-align: top;}
.n_news_detail .ar_title h6 span img{margin: -2px 0.5rem 0 0;}
.n_news_detail .ar_title h6 span font{}
.n_news_detail .ar_title h6{position:relative;display: flex;justify-content: space-between;align-items: center;} 
.n_news_detail .ar_title h6:before{content:"";position:absolute;bottom:-3px;width:6.25rem;height:3px;background:#ff9637;display: none;}
.n_news_detail .ar_title h6 span svg{width: 18px;height: 18px;fill:#808080;margin-right: .5rem;display: inline-block;vertical-align: middle;margin-top: -3px;}
.n_news_detail .ar_title h6 span.shart_box svg{ width:26px; height:26px; fill:#808080}
.n_news_detail .ar_article p{ color:#757575}



.shart_box{display:inline-block; cursor:pointer}

@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;display: block;position: relative;vertical-align: top;margin: 0 auto;transition:.5s;text-align: center;}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 0 auto;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display: block;width: 40px;height: 40px;border-radius:50%;line-height: 38px;border: none;color: #ababab;text-align:center;vertical-align: top;transition:background 0.6s ease-out 0s;transition: .6s;font-size: 1.125rem;}.social-share .social-share-icon:hover{background: none !important;color: #208a4a;}.social-share .icon-weibo{border-color:#ff763b;}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{border-color:#56b6e7;}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{border-color:#FDBE3D;}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{border-color:#0077B5;}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;border-color:#7bc549;}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left: -78px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left: -76px;}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}



#share-21.social-share{}
#share-21.social-share .social-share-icon{display:inline-block;border:#dbdcdf 1px solid;margin: 0 5px;}
#share-21.social-share .social-share-icon:hover{border: #005bac 1px solid !important;color: #fff !important;background: #005bac !important;}



.n_news00 .right{width: 340px;border-left: #e2e3e7 1px solid;}
.n_news00 .right .sticky{position:sticky;top: 120px;}
.n_news00 .right .right_box{background: #fff;padding: 8.75rem 0 3.125rem 3.125rem;}
.n_news00 .right h3{font-size: 1.375rem;color: #393939;margin-bottom: 1.25rem;font-weight: 600;}
.n_news00 .right .fl01{margin-bottom: 0;}
.n_news00 .right .fl01 form{border: #e1e3e6 2px solid;height: 3.125rem;line-height: 3.125rem;background: none;}
.n_news00 .right .fl01 form .txt{width: calc(100% - 60px);height: 100%;border: none;float:left;padding: 0 20px;font-size: 15px;color: #777a7d;border-radius:4px 0 0 4px;font-family: PingFang;background: none;}
.n_news00 .right .fl01 form .txt input::-webkit-input-placeholder{ color:#777a7d;}
.n_news00 .right .fl01 form .txt input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#777a7d; }
.n_news00 .right .fl01 form .txt input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#777a7d;}
.n_news00 .right .fl01 form .txt input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#777a7d;}
.n_news00 .right .fl01 form .btn{width: 60px;float: right;border:0;background: none;color:#fff;height: 100%;font-size: 15px;border-radius:0 4px 4px 0;cursor:pointer;transition:.3s;}
.n_erji ul li{ border-bottom:#eeeeee 1px solid; height:60px; line-height:60px;}
.n_erji ul li a{font-size:18px;color:#777a7d;font-family: PingFang;display:block;position:relative;padding-left: 16px; transition:0.6s}
.n_erji ul li a:before{ content:""; width:4px; height:4px; background:#d7d8d9; border-radius:50%; position:absolute; left:0; top:50%; margin-top:-2px; transition:0.6s}
.n_news00 .right .n_erji h3{ margin-bottom:1rem}
.n_erji ul li.on a{ color:#242930;}
.n_erji ul li.on a:before{ background:#242930}


.n_news00 .right .fl03{margin-top: 40px;}
.n_news00 .right .fl03 ul{ margin-top:-10px}
.n_news00 .right .fl03 ul li{border-bottom: #e7e7e7 1px solid;padding: 1.125rem 0;}
.n_news00 .right .fl03 ul li:last-child{border:none;margin-bottom: 0;}
.n_news00 .right .fl03 ul li a{ display:block; overflow:hidden}
.n_news00 .right .fl03 ul li a .img, .n_news00 .right .fl03 ul li a .img img{width: 120px;height: 78px;overflow:hidden;float:left;object-fit: cover;border-radius: 5px;}
.n_news00 .right .fl03 ul li a .con{width: calc(100% - 120px);overflow:hidden;float:right;padding-left:1rem;padding-top: 0.5rem;}
.n_news00 .right .fl03 ul li a .con .time img{display:inline-block;fill: #adadad;vertical-align:middle;margin: -1px 5px 0 0;}
.n_news00 .right .fl03 ul li a .con .time{font-size: 12px;color: #858789;margin-bottom: .625rem;}
.n_news00 .right .fl03 ul li a .con h4{font-size: .9375rem;color: #252525;height: 44px;line-height: 22px;overflow:hidden;transition:0.6s;}


.n_news00 .right .fl04 ul li a .img, .n_news00 .right .fl04 ul li a .img img{width: 144px;height: 95px;overflow:hidden;float:left;object-fit: cover;}
.n_news00 .right .fl04 ul li a h5{ font-size:15px; color:#3a3a3a; font-weight:bold; line-height:1.25; margin:.5rem 0; transition:.5s}
.n_news00 .right .fl04 ul li a .con h4{font-size: 15px;color: #8f8f8f;height: 40px;line-height: 20px;overflow:hidden;font-family:PingFang;transition:0.6s;}


.news_botom ul{ display:flex; margin:5rem 0 0}
.news_botom ul li{ width:50%;}
.news_botom ul li a{ display:flex; width:100%; height:7.1875rem; background:#fff; align-items:center; justify-content:center; font-size:1.125rem; color:#616364;  transition:.5s}
.news_botom ul li a svg{width: 1.875rem;height: 1.875rem;fill: #888;transition:.5s;margin: 0 1rem;}



.news_botom ul li a:hover{ background:#005bac; color:#fff}
.news_botom ul li a:hover svg{ fill:#fff}


.n_news00 .right .fl03 ul li a:hover .con h4{ color:#005bac}

.n_tuanjian{ padding:3.75rem 0 5.625rem}

.n_sanji{margin:0 -7px;display:flex;flex-wrap:wrap;margin-bottom: 5rem;justify-content: center;text-align: center;}
.n_sanji li{ padding:0 7px;}
.n_sanji li a{display:flex;border:#e2e2e7 2px solid;border-radius: 1.75rem;height:3.4375rem;padding: 0 2.5rem;font-size: 1rem;color: #797979;transition: .5s;align-items: center;min-width: 10rem;text-align: center;justify-content: center;}
.n_sanji li.on a{ border:#005bac 2px solid; background:#005bac; color:#fff}

.n_sanji li.miso-slide.miso-current a{ border:#005bac 2px solid; background:#005bac; color:#fff}

.list_box_tuanjian{ display:flex; flex-wrap:wrap; margin:0 -2.4375rem}
.list_box_tuanjian li{ padding:0 2.4375rem; width:50%; border-bottom:#f2f2f2 1px solid; margin-bottom:4.375rem}
.list_box_tuanjian li a{ display:block; position:relative;}
.list_box_tuanjian li a .img_hezi{ padding-bottom:56.91% !important}
.list_box_tuanjian li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/list_box_tuanjian_top.png) center no-repeat; background-size:cover}
.list_box_tuanjian li a .img .top{ position:absolute; width:4.375rem; height:4.375rem; background:rgba(255,255,255,.85); display:flex; justify-content:center; align-items:center; top:3.125rem; left:3.125rem; border-radius:2.25rem 0 2.25rem 2.25rem; transition:.5s}
.list_box_tuanjian li a .img .top img.img2{ display:none}


.list_box_tuanjian li a .con .time{height:36px;line-height:36px;background:rgba(255,255,255,.9);font-size:.875rem;color: #2f343d;transition:.5s;border-radius: 18px;}
.list_box_tuanjian li a .con .time svg{width:14px;height:14px;fill:#9ba7b9;transition:.5s;vertical-align:middle;margin: 0px .5rem 0 0;}
.list_box_tuanjian li a .con{padding: 1.875rem .5rem 4.375rem;}
.list_box_tuanjian li a .con h5{font-size: 1.5rem;color: #000000;line-height: 1.5;transition:.5s;margin-bottom: 2rem;} 
.list_box_tuanjian li a .con span{font-size: .875rem;color: #000000;text-decoration:underline;transition:.5s;}

.list_box_tuanjian{ margin-bottom:-4.375rem}
.list_box_tuanjian li:nth-child(3){ margin-bottom:0; border:none}
.list_box_tuanjian li:nth-child(4){ margin-bottom:0; border:none}
.list_box_tuanjian li:nth-child(3){ margin-bottom:0}
.list_box_tuanjian li:nth-child(4){ margin-bottom:0}

.n_xuanchuan{ padding:3.75rem 0 5.625rem}

.list_box_xuanchuan{ display:flex; flex-wrap:wrap; margin:0 -2.4375rem}
.list_box_xuanchuan li{ padding:0 2.4375rem; width:50%; border-bottom:#f2f2f2 1px solid; margin-bottom:4.375rem}
.list_box_xuanchuan li a{ display:block; position:relative;}
.list_box_xuanchuan li a .img_box{ position:relative}
.list_box_xuanchuan li a .img{ border-radius:11.25rem 0 11.25rem 0}
.list_box_xuanchuan li a .img_hezi{ padding-bottom:56.91% !important}
.list_box_xuanchuan li a .img_box .top{position:absolute;width: 5.625rem;height: 5.625rem;background: #005bac;display:flex;justify-content:center;align-items:center;bottom: 0;right: 1.875rem;border-radius: 50%;transition:.5s;}
.list_box_xuanchuan li a .img_box.top img.img2{ display:none}


.list_box_xuanchuan li a .con .time{height:36px;line-height:36px;background:rgba(255,255,255,.9);font-size:.875rem;color: #2f343d;transition:.5s;border-radius: 18px;}
.list_box_xuanchuan li a .con .time svg{width:14px;height:14px;fill:#9ba7b9;transition:.5s;vertical-align:middle;margin: 0px .5rem 0 0;}
.list_box_xuanchuan li a .con{padding: 1.5rem .25rem 2.375rem;}
.list_box_xuanchuan li a .con h5{font-size: 1.5rem;color: #000000;line-height: 1.5;transition:.5s;} 
.list_box_xuanchuan li a .con span{font-size: .875rem;color: #000000;text-decoration:underline;transition:.5s;}

.list_box_xuanchuan{ margin-bottom:0}
.list_box_xuanchuan li:nth-child(3){ margin-bottom:0; border:none}
.list_box_xuanchuan li:nth-child(4){ margin-bottom:0; border:none}
.list_box_xuanchuan li:nth-child(3){ margin-bottom:0}
.list_box_xuanchuan li:nth-child(4){ margin-bottom:0}

.list_box_huoban{ display:flex; flex-wrap:wrap}
.list_box_huoban li{ width:20%; text-align:center;}
.list_box_huoban li .img{ display:inline-block; width:165px; max-width:90%}
.list_box_huoban li .img .img_hezi{ padding-bottom:100% !important}

.list_box_baodao{ display:flex; flex-wrap:wrap; margin:0 -2.4375rem; margin-bottom:-5rem}
.list_box_baodao li{padding:0 2.4375rem;width:50%;margin-bottom:5rem;}
.list_box_baodao li a{display: flex;position:relative;align-items: flex-start;}
.list_box_baodao li a .img_box{ position:relative}
.list_box_baodao li a .img{width:23.375rem;border-radius: 1.625rem 0 0;} 
.list_box_baodao li a .img.shipin .top1:before{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.4); }

.list_box_baodao li a .img_hezi{padding-bottom: 55.34% !important;}
.list_box_baodao li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/list_box_baodao_top.png) center no-repeat; background-size:cover}
.list_box_baodao li a .img .top1{ position:absolute; top:0; right:0; bottom:0; left:0; display:flex; align-items:center; justify-content:center}
.list_box_baodao li a .img .top1 img{ position:relative; z-index:1}
.list_box_baodao li a .img_box .top{position:absolute;width:4.375rem;height:4.375rem;background: #fff;display:flex;justify-content:center;align-items:center;bottom: -1.25rem;right: 2.375rem;border-radius:50%;transition:.5s;z-index: 1;border: #e8e8e8 1px solid;overflow: hidden;}
.list_box_baodao li a .img_box .top img{ width:100%; position:relative; z-index:1}
.list_box_baodao li a .con{ width:calc(100% - 23.375rem)}
.list_box_baodao li a .con .time{height:36px;line-height:36px;background:rgba(255,255,255,.9);font-size:.875rem;color: #2f343d;transition:.5s;border-radius: 18px;}
.list_box_baodao li a .con .time svg{width:14px;height:14px;fill:#9ba7b9;transition:.5s;vertical-align:middle;margin: 0px .5rem 0 0;}
.list_box_baodao li a .con{padding: 1em 0 0 2rem;}
.list_box_baodao li a .con h5{font-size: 1.25rem;color: #000000;line-height: 1.875rem;height: 3.75rem;transition:.5s;margin: .125rem 0 2.5rem;} 
.list_box_baodao li a .con span{font-size: .875rem;color: #000000;text-decoration:underline;transition:.5s;}

.list_box_zhuanli{ display:flex; margin:0 -1rem; flex-wrap:wrap; margin-bottom:-2.5rem}
.list_box_zhuanli li{ padding:0 1rem; width:33.333333%; margin-bottom:2.5rem}
.list_box_zhuanli li .a{ display:flex; align-items:center; padding:1.875rem; background-image: linear-gradient(#fff, #f2f5f9); border-radius:6.25rem; transition:.5s}
.list_box_zhuanli li .a *{ transition:.5s}
.list_box_zhuanli li .a .ico{ width:8.4375rem; height:8.4375rem; border:#e5e5e5 1px solid; border-radius: 50%; display:flex; align-items:center; justify-content:center; }
.list_box_zhuanli li .a .ico img.img2{ display:none}
.list_box_zhuanli li .a .con{ width:calc(100% - 8.4375rem); padding:0 0 0 1.875rem}
.list_box_zhuanli li .a .con h5{ font-size:1.125rem; color:#484848; line-height:1.75rem; height:3.5rem; }

.history_content { display:flex; flex-direction:column; align-items:center}
.history_content .TimeBox{margin:110px 0 0;padding: 40px;overflow:hidden;height: 184px;}
.list_box_12{width: 370px;height: 370px;text-align:center;}
.list_box_12 .miso-list{overflow:visible;height: 100%;}
.list_box_12 .miso-list .miso-track{ height:100%}
.list_box_12 .miso-slide{height: 124px;transform: translateY(-86px);display: flex;justify-content: center;align-items: center;transition: 1s;}
.list_box_12 .miso-slide .con{display:flex;/* height: 100%; */align-items: flex-start;transition: 1s;/* opacity: 0; */text-align: center;justify-content: center;}
.list_box_12 li{font-family:BEBAS;font-size: 1.375rem;color:#005bac;width: 100%;height: auto;position: relative;}
.list_box_12 li:before{content:"";position:absolute;width:.5rem;height:.5rem;background:#fff;top: 54px;left: 50%;margin-left: -.25rem;border-radius: 50%;}

.list_box_12 .miso-slide.miso-active{transform: rotate(-55deg);}
.list_box_12 .miso-slide.miso-current{transform: rotate(0) translateY(-86px);}

.list_box_12 .miso-slide.miso-current .con{}
.list_box_12 .miso-slide.miso-current .con li{}
.list_box_12 .miso-slide.miso-active .con{opacity: 1;}

.history_content .content{ width:100%}
.history_content .content h3{font-family:BEBAS;font-size:3.125rem;color:#005bac;text-align: center;margin-bottom: 2rem;}
.history_content .content .miso-arrow{ width:5rem; height:5rem; background-size:100% 100% !important}
.history_content .content .miso-prev{ background:url(../images/list_box_11_prev.png) center no-repeat;}
.history_content .content .miso-next{ background:url(../images/list_box_11_next.png) center no-repeat;}

.list_box_11_box{position:relative;height: 26rem;overflow: hidden;overflow-y: scroll;}
.list_box_11_box::-webkit-scrollbar {width:0px;height: 8px;background-color: #F5F5F5;}
.list_box_11_box::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.list_box_11_box::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.list_box_11:before{content:"";position:absolute;top: 1.25rem;bottom: 1.25rem;width:2px;background:#d3d6d9;left:50%;margin-left:-1px;}


.list_box_11{display:flex;flex-wrap:wrap;position: relative;margin: 0 0;}
.list_box_11 li{margin: .75rem 0;width:100%;display:flex;}
.list_box_11 li a{ width:50%; font-size:.9375rem; color:#333333; line-height:1.5; padding:0 1.625rem; position:relative}
.list_box_11 li a:before{content:"";position:absolute;top: 4px;border:#005bac 2px solid;border-radius:50%;width: 8px;height: 8px;left: -6px;background: #fff;}
.list_box_11 li:nth-child(2n) a:before{content:"";width: 8px;height: 8px;left: auto;right: -6px;}

.list_box_11 li:nth-child(2n-1){ justify-content:flex-end}
.list_box_11 li:nth-child(2n){ text-align:right;}

.title004_box{ display:flex; justify-content:space-between; }
.title004_box .title004{ text-align:left}

.list_box_n_zeren{ margin:0 -1.875rem; display:flex; flex-wrap:wrap; margin-bottom:-3.125rem}
.list_box_n_zeren li{ width:33.333333%; padding:0 1.875rem; margin-bottom:3.125rem}
.list_box_n_zeren li a{ display:block; position:relative}
.list_box_n_zeren li a *{ transition:.5s}
.list_box_n_zeren li a .img .img_hezi{ padding-bottom:64.77% !important}
.list_box_n_zeren li a .con{ margin:0 1.25rem; margin-top:-3.125rem; background: #fff;padding: 2.875rem 2.875rem;border-radius: 0 3.125rem 0 3.125rem; position:relative}
.list_box_n_zeren li a .con h5{font-size: 1.375rem;color: #000000;line-height: 1.25;transition:.5s;} 
.list_box_n_zeren li a .con p{font-size:.875rem;color: #676565;line-height: 1.25;overflow:hidden;margin: 1rem 0 2.5rem;}
.list_box_n_zeren li a .con span{font-size: .875rem;color: #000000;text-decoration:underline;transition:.5s;}

.n_huode .fl01{padding:3.75rem 0 5.625rem;overflow: hidden;min-height: 60rem;}
.n_huode .fl01 .w1200{ display:flex;}
.n_huode .fl01 .left{ width:31.25rem}
.n_huode .fl01 .left .title004_box{ flex-direction:column}
.n_huode .fl01 .left .title004_box .n_sanji li{ width:33.333333%}
.n_huode .fl01 .left .bottom{ max-width:24.25rem}
.n_huode .fl01 .left .bottom h3{ font-size:1.625rem; color:#484848}
.n_huode .fl01 .left .bottom h4{ font-family:BEBAS; font-size:1.625rem; color:#005bac; margin:.5rem 0 2rem}
.n_huode .fl01 .left .bottom p{ font-size:.9375rem; color:#5b5b5b; line-height:1.75rem;text-align:justify;}
.n_huode .fl01 .right{ width:calc(100% - 31.25rem); padding:0 0 0 3.125rem}

.list_box_13{ display:flex; flex-wrap:wrap}
.list_box_13 li{width:50%; border-bottom:#e1e0de 1px solid;height: 12.5rem;align-items: center;display: flex;}
.list_box_13 li .a{display:flex; padding: 0 3.5rem;}
.list_box_13 li:last-child, .list_box_13 li:nth-last-child(2){ border-bottom:none}

.list_box_13 li:nth-child(2n-1){ border-right:#e1e0de 1px solid}

.list_box_13 li .a .ll{margin-right:1.25rem;padding: .5rem 0 0;}
.list_box_13 li .a .rr h3{ font-family:BEBAS; font-size:1.75rem; color:#75777c; display:flex; align-items:center; height:1.875rem}
.list_box_13 li .a .rr h3 img{margin: -3px 0 0 .75rem;}
.list_box_13 li .a .rr h5{font-size:15px;color:#6a6a6a;line-height:22px;margin:.75rem 0 0;min-height: 44px;text-align:justify;}

.n_zizhi .fl01{padding:3.75rem 0 0;overflow: hidden;min-height: 60rem;}
.n_zizhi .fl01 .w1200{ display:flex;}
.n_zizhi .fl01 .left{width:31.25rem;padding: 0 0 5rem;}
.n_zizhi .fl01 .left .title004_box{ flex-direction:column}
.n_zizhi .fl01 .left .title004_box .n_sanji li{ width:33.333333%}
.n_zizhi .fl01 .left .bottom{ max-width:24.25rem}
.n_zizhi .fl01 .left .bottom h3{font-family:BEBAS;font-size: 4rem;color:#005bac;padding:0 3rem 1rem 0;border-bottom:#005bac 2px solid;}
.n_zizhi .fl01 .left .bottom h4{ font-size:1.25rem; color:#464646; font-weight:bold; margin:3.5rem 0 1.5rem}
.n_zizhi .fl01 .left .bottom p{ font-size:.9375rem; color:#6b6d6e; line-height:2rem;}
.n_zizhi .fl01 .right{ width:calc(100% - 31.25rem); padding:0 0 0 11.25rem}

.list_box_14 li{ margin-bottom:1.25rem}
.list_box_14 li h3{ display:flex; align-items:center; margin-bottom:1rem}
.list_box_14 li h3 big{font-size:2.25rem;color:#005bac;margin: 0 .5rem 0 1rem;}
.list_box_14 li h3 small{font-size:1rem;color:#005bac;align-self: flex-end;transform: translateY(-3px);}
.list_box_14 li .box{ padding:3rem 0 3rem 98px; position:relative}
.list_box_14 li .box:before{ content:""; position:absolute; top:0; bottom:0; background:#e0ddda; width:2px; left:72px;}
.list_box_14 li .box dl{ padding-bottom:1.5rem; cursor:pointer; }
.list_box_14 li .box dl dd{ font-size:.9375rem; color:#4d4e4e; line-height:26px; position:relative; }
.list_box_14 li .box dl dd:before{content:"";position:absolute;left: -31px;width:8px;height:8px;border:#005bac 2px solid;top: .375rem;border-radius: 50%;background: #fff;}
.list_box_14 li .box dl .img{ display:none; margin-top:1.5rem;}

.list_box_14 li .box dl.on dd{ color:#005bac}

.tp_xuanfu{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.7);z-index:100000000;display: none;}
.tp_xuanfu .content01{width:655px;display:inline-block;background:#fff;padding: 42px 0 0; position:relative}
.tp_xuanfu .content01 .box{ padding:0 50px;}
.tp_xuanfu .content01 .box h3{ font-size:24px; color:#393939; text-align:left; margin-bottom:42px}
.tp_xuanfu .content01 .box .img,.tp_xuanfu .content01 .box .img img{ width:555px; height:370px; object-fit:cover; overflow:hidden; position:relative}
.tp_xuanfu .content01 .box .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border:#e4e4e6 1px solid; transition:0.6s}

.tp_xuanfu .content01 .box .ar_article{ height:224px; overflow:hidden; overflow-y:scroll; text-align:left}
.tp_xuanfu .content01 .box .ar_article p{font-size:16px;line-height:32px;color:#777777;margin: 0;}
.tp_xuanfu .content01 .box .ar_article {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-x: hidden;-webkit-tap-highlight-color: transparent;margin: 30px 0;}

.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar{width:2px;height:2px;background-color:transparent;}
.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar-track{border-radius:0;background-color:transparent;}
.tp_xuanfu .content01 .box .ar_article::-webkit-scrollbar-thumb{border-radius:0;width:2px;height:2px;background-color:#333;}

.tp_xuanfu .content01 .bottom .jiantou{ border-top:#e7e7e7 1px solid; width:50%; line-height:70px; font-size:16px; color:#454545; transition:0.6s}
.tp_xuanfu .content01 .bottom .jiantou img{ margin:0 16px; transition:0.6s; display:inline-block}
.tp_xuanfu .content01 .bottom .jiantou span{ transition:0.6s; display:inline-block}
.tp_xuanfu .content01 .bottom .jiantou .img02{ display:none}
.tp_xuanfu .content01 .bottom .jiantou.on,.tp_xuanfu .content01 .bottom .jiantou:hover{ background:#89211b; border-top:#89211b 1px solid; color:#fff}
.tp_xuanfu .content01 .bottom .jiantou.on span,.tp_xuanfu .content01 .bottom .jiantou:hover span{ color:#fff}
.tp_xuanfu .content01 .bottom .jiantou.on .img01,.tp_xuanfu .content01 .bottom .jiantou:hover .img01{ display:none}
.tp_xuanfu .content01 .bottom .jiantou.on .img02,.tp_xuanfu .content01 .bottom .jiantou:hover .img02{ display:inline-block}

.tp_xuanfu .content01 .close a{ cursor:pointer; position:absolute; left:-70px; top:0; width:70px; height:70px; background:#89211b; line-height:70px; text-align:center; transition:0.6s}
.tp_xuanfu .content01 .close a img{ transition:0.6s}
.tp_xuanfu .content01 .close a:hover img{ transform:rotate(180deg)}

.n_chaxun {
	padding: 0;
}

#allmap {
	width: 100% !important;
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.form_search {
	width: 400px !important;
	position: fixed;
	z-index: 100;
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
	left: 50px;
	top: 50%;
	margin-top: -364px;
}

.form_search .box {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	width: 100%;
	background: #fff;
	border: #d0d0d0 1px solid;
	font-size: 0;
	border-radius: 25px;
	padding: 0 15px;

	margin-bottom: 5px;
}

.form_search .box>div {
	display: inline-block;
}

.form_search .box .f_title {

	display: inline-block;
	width: 84px;
	height: 40px;
	line-height: 40px;
	background: #bf934a;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: none;
}

.form_search .box .f_input {
	display: inline-block;
	width: 205px;
	height: 40px;

	line-height: 38px;
	background: #fff;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	color: #333;
}

.form_search .box .f_input input {
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: none;
	border: none;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
}

.form_search .box .sousuo {
	display: inline-block;
	padding: 0 !important
}

.form_search .box select {
	display: inline-block;
	width: 33.333333%;
	height: 50px;
	line-height: 46px;
	background: none;
	border: none;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}

.form_search .box .btn_anniu {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #89211b;
	text-align: center;
	margin: 0 -15px;
	border-radius: 25px;
}

.form_search .box .btn_anniu input {
	display: inline-block;
	width: 100%;
	background: none;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;

}

#dr_ajax_result {
	position: fixed;
	width: 400px;
	max-height: 580px;
	left: 50px;
	top: 50%;
	background: #fff;
	z-index: 100;
	transform: translateY(-50%);
	border-radius: 4px;
	border: #d0d0d0 1px solid;
}

#dr_ajax_result h3 {
	background: #bf934a;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#dr_ajax_result .content {
	padding: 15px 0;
	padding-right: 10px;
}

#dr_ajax_result ul {
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 548px;
}

#dr_ajax_result ul {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

#dr_ajax_result ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f1f1f1;
}

#dr_ajax_result ul::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: #f1f1f1;
}

#dr_ajax_result ul::-webkit-scrollbar-thumb {
	border-radius: 2px;
	width: 4px;
	height: 4px;
	background-color: #005bac;
}

#dr_ajax_result ul li {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom: #e3e3e3 1px solid;
	padding: 20px 28px;
}

#dr_ajax_result ul li img {
	position: relative;
	top: 7px;
	margin-right: 6px;
}

#dr_ajax_result ul li a {
	font-size: 15px;
	color: #333;
}

#dr_ajax_result ul li a:hover {
	color: #bf934a;
}

#dr_ajax_result ul li h5 {
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

#dr_ajax_result ul li h6 {
	font-size: 14px;
	color: #6f6f6f;
	line-height: 24px;
	text-align: left;
}

.BMap_bubble_content {
	font-size: 15px;
	line-height: 28px;
	color: #333
}

.xuanze {
	position: fixed;
	bottom: 30px;
	left: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.25)
}

.xuanze ul {
	font-size: 0;
	background: #fff
}

.xuanze ul li {
	display: inline-block;
}

.xuanze ul li a {
	display: inline-block;
	padding: 0 75px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	cursor: pointer
}

.xuanze ul li a img {
	margin-right: 10px;
	vertical-align: middle;
}

.xuanze ul li.on a {
	background: #bf934a;
	color: #fff
}

.navxiala{position:absolute;left:0;width:100%;top: 142px;background: #fff url(../images/navxiala_bg.png) center bottom no-repeat;padding: 20px 20px 110px;text-align: center; display:none}
.navxiala dd{line-height:44px;font-size:15px;color:#4c4c4c;border-bottom:#ededed 1px solid;height: 44px;}
.navxiala dd a{ display:block; color:#4c4c4c;}

.navxiala dd a:hover{ color:#89211b}

#dr_ajax_result ul li.on h5{ color:#005bac}

.n_case .fl01{ padding:0 0 6.25rem}
.n_case .fl01 .w1200{ display:flex; flex-wrap:wrap;}
.n_case .fl01 .left{ width:240px;}
.n_case .fl01 .right{ width:calc(100% - 240px); padding:2rem 0 0 5.5rem}


.list_box_15 li{ border-bottom:#f1f1f1 2px solid; padding:1.25rem 0; position:relative; }
.list_box_15 li:after{ content:""; position:absolute; bottom:-2px; left:0; width:0; height:2px; background:#005bac; transition:.5s}
.list_box_15 li a{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;color:#4f4f4f;transition:.5s;padding:0 .875rem 0 0;height: 3rem;}
.list_box_15 li a .ll{ display:flex; align-items:center; line-height:1.5rem;}
.list_box_15 li a .ll span{ width:2.5rem; display:inline-block;}
.list_box_15 li a .ll span img{ max-width:60%}
.list_box_15 li a svg{ width:.875rem; height:.875rem; fill:#696969; transition:.5s}

.list_box_15 li.on:after{ width:100%}

.n_case .fl01 .right .top{ margin-bottom:3rem}
.n_case .fl01 .right .top h4{ font-size:2.25rem; color:#303131; font-weight:600; }
.n_case .fl01 .right .top h3{ font-size:2.5rem; color:#303131; font-weight:600; margin-bottom:1.25rem}
.n_case .fl01 .right .top h6{ font-size:.9375rem; color:#6b6b6b; line-height:1.5}
.n_case .fl01 .right .top h6 font, .n_case .fl01 .right .top h6 span{ font-family:BEBAS; font-size:1.5rem; color:#005bac;}

.list_box_16{ display:flex; margin:0 -.9375rem; flex-wrap:wrap; margin-bottom:-1.875rem}
.list_box_16 li{ width:50%; padding:0 .9375rem; margin-bottom:1.875rem}
.list_box_16 li a{ display:flex; height:22.1875rem; border:#f1f1f1 2px solid; flex-direction:column; justify-content:center; padding:0 3.5rem; border-radius:3.125rem 0 3.125rem 0; position:relative; z-index:1}
.list_box_16 li a .img{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border-radius:3.125rem 0 3.125rem 0; overflow:hidden; opacity:0; visibility:hidden}
.list_box_16 li a .img img{ width:100%; height:100%; object-fit:cover}
.list_box_16 li a *{ transition:.5s}
.list_box_16 li a h5{ font-size:1.625rem; color:#3a3a3a; line-height:1.25; font-weight:3000}
.list_box_16 li a p{ font-size:.875rem; color:#7e7e7e; line-height:1.625rem; height:4.875rem; margin:1.375rem 0 2.75rem}
.list_box_16 li a span{ display:flex; width:8.125rem; height:2.8125rem; background:#ececec; border-radius:1.625rem; justify-content:center; align-items:center; font-size:.875rem; color:#5e5e5e}

.n_case .fl01 .right .j_pages{ text-align:left}

.n_xuweiyidai { padding: 4rem 0 6.25rem; }
.n_xuweiyidai .miso_hd { margin-bottom: 4.375rem }
.n_xuweiyidai .miso_hd ul {padding: 0 5rem;margin: 0 -.825rem;}
.n_xuweiyidai .miso_hd ul li {float: left;width: 20%;padding: 0 .875rem;position: relative;}
.n_xuweiyidai .miso_hd ul li a { display: block; position: relative; }
.n_xuweiyidai .miso_hd ul li a .img {width: 100%;padding-bottom: 42.25%;transition: .6s;}
.n_xuweiyidai .miso_hd ul li a .img { background: url(../images/n_xuweiyidai_bg.png) center no-repeat; background-size: cover }
.n_xuweiyidai .miso_hd ul li a .top {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding-right: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.n_xuweiyidai .miso_hd ul li a .box_table { position: relative }
.n_xuweiyidai .miso_hd ul li a h3 img { display: inline-block; }
.n_xuweiyidai .miso_hd ul li a h3 img.img2 { display: none }
.n_xuweiyidai .miso_hd ul li a h4 {font-size: 1.375rem;color: #3f3f3f;line-height: 1.25;margin: 1.25rem 0 0.75rem;font-weight: 600;}
.n_xuweiyidai .miso_hd ul li a h6 {font-size: 0.9375rem;color: #707578;}
.n_xuweiyidai .miso_hd ul li.miso-current a .img { background: url(../images/n_xuweiyidai_bg_on.png) center no-repeat; background-size: cover }
.n_xuweiyidai .miso_hd ul li.miso-current a h3 img.img1 { display: none; }
.n_xuweiyidai .miso_hd ul li.miso-current a h3 img.img2 { display: inline-block; }
.n_xuweiyidai .miso_hd ul li.miso-current a h4 {color: #005bac;}
.n_xuweiyidai .miso_hd ul .miso-prev, .n_xuweiyidai .miso_hd ul .miso-next { width: 3rem; height: 3rem; background-size: cover !important }
.n_xuweiyidai .miso_hd ul .miso-prev { background: url(../images/left03.png) center no-repeat; left: 0 }
.n_xuweiyidai .miso_hd ul .miso-next { background: url(../images/right03.png) center no-repeat; right: 0 }
.n_xuweiyidai .left {width: calc(100% - 36rem);padding-right: 6.25rem;float: left;overflow: hidden;}
.n_xuweiyidai .left h3 {font-size: 1.125rem;margin-bottom: 0.9375rem;color: #005bac;font-weight: bold;}
.n_xuweiyidai .left .zp_box { display: block; position: relative; padding: 1rem 0.5rem 2rem 0.5rem; }
.n_xuweiyidai .left .zp_box p { line-height: 2; padding-left: 1.375rem; position: relative; }
.n_xuweiyidai .left .zp_box p:before { content: ""; position: absolute; left: 0; width: 0.4375rem; height: 0.4375rem; background: #707578; border-radius: 50%; top: 0.55rem; }
.n_xuweiyidai .right { width: 36rem; float: right }
.n_xuweiyidai .right h3 { font-size: 1.5rem; color: #000000 }
.n_xuweiyidai .right h3 font {color: #005bac;margin-left: 0.5rem;font-family: BEBAS;font-size: 1.625rem;}
.n_xuweiyidai .right .ar_article ul { margin: 3.125rem 0 }
.n_xuweiyidai .right .ar_article ul li {}
.n_xuweiyidai .right .ar_article ul li:last-child:before { display:none; }
.n_xuweiyidai .right .ar_article ul li font { color:#005bac;}
.n_xuweiyidai .right .more a {display: inline-block;background: #005bac;width: 10.625rem;height: 3.4375rem;line-height: 3.4375rem;text-align: center;font-size: 1rem;color: #fff;margin-left: 1.75rem;transition: .6s;border-radius: 1.75rem;}
.n_xuweiyidai .right .more a:hover{ opacity:.8}

.n_xuweiyidai .left .miso_bd .miso-list{ overflow:visible}
.n_xuweiyidai .left .miso_bd .ar_article{height: 24.75rem;overflow:hidden;overflow-y:scroll;margin-right: -1rem;padding-right: 3.75rem;}
.n_xuweiyidai .left .miso_bd .ar_article::-webkit-scrollbar {width:3px;height: 83px;background-color: #c8cdd3;}
.n_xuweiyidai .left .miso_bd .ar_article::-webkit-scrollbar-track {border-radius: 10px;background-color: #c8cdd3;}
.n_xuweiyidai .left .miso_bd .ar_article::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #005bac;}

.n_product_d{ padding:4.375rem 0 0}
.n_product_d .fl01{height:720px;/* background-size: 100%; */position: relative;z-index: 2;}

.n_product_d .fl01 .left{ position:relative; z-index:1; background: url(../images/n_product_d_bg.png) center bottom no-repeat;}
.n_product_d .fl01 .left h2{ height:146px; display:flex; align-items:center; font-size:2.5rem; color:#333333; font-weight:bold}
.n_product_d .fl01 .left .bottom{ height:574px; display:flex; justify-content:center; flex-direction:column}
.n_product_d .fl01 .right{width: 64%;position: absolute;top: 0;right: 0;bottom: 3.5rem;z-index: -2;}
.n_product_d .fl01 .right .img{ height:100%}
.n_product_d .fl01 .right .img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background: url(../images/n_product_d_img1_top.png) left top no-repeat;background-size: auto 100%;}
.n_product_d .fl01 .right .img .img_hezi{ padding-bottom:100%}

.title005 h3{ font-size:1.625rem; color:#fff; line-height:1.25; font-weight:bold}
.title005 h4{font-family:BEBAS;font-size:1.625rem;color:#fff;line-height:1.25;margin-top: .25rem;}

.list_box_17{ margin:3rem 0 0}
.list_box_17 li{font-size: .9375rem;color:#fff;line-height:1.875rem;position:relative;padding:0 0 0 1.25rem;}
.list_box_17 li:before{content:"";position:absolute;left:0;width:.5rem;height:.5rem;border:#fff 1px solid;border-radius:50%;top: 50%;margin-top: -.25rem;}

.n_product_d .fl02{background: #fff;padding: 5.25rem 0;overflow:hidden;}

.title005s{ margin-bottom:2.375rem}
.n_product_d .ar_article h2{color:#005bac;font-size:1.625rem;line-height:1.25;font-weight:bold;margin-bottom: 0;}
.n_product_d .ar_article h4{color:#005bac;margin-bottom:2.375rem;font-family: BEBAS;font-size: 1.625rem;line-height: 1.25;margin-top: .25rem;font-weight: normal;}

.n_product_d .fl03{ background:#fff; padding:6.25rem 0; overflow:hidden}

.n_product_d .ar_article h3{ font-size:1.375rem; color:#005bac; padding:0 0 0 1.5rem; position:relative; line-height:1.5; margin:.5rem 0 1.625rem}
.n_product_d .ar_article h3:before{ content:""; width:5px; height:1.375rem; top:50%; position:absolute; left:0; background:#005bac; margin-top:-.625rem}

.TimeBox_box{
    background: url(../images/list_box_12_bg.png) center top no-repeat;
    background-size: 100% auto !important;
    width: 370px;
    position: relative;
    height: 370px;
    transition: .5s;
}
.TimeBox_box .miso-list{ overflow:visible}
.TimeBox_box .box{position:absolute;top:0;right:0;bottom:0;left:0;opacity: 1 !important;}


.n_sanji li.miso-slide{width:auto !important;float:none !important;display: inline-block;}

#n_search{ padding:3rem 0 !important}


.header_box header .tel, .m_user{ display:none}

/*==========================================内页 结束=============================================*/

/*aos="fade-up"*/
